Mux Upload SDK
1.0.0
androidJvm
Mux
Upload
SDK
com.
mux.
video.
upload
Mux
Upload
Sdk
Logger
com.
mux.
video.
upload.
api
Mux
Upload
Builder
Progress
Mux
Upload
Manager
Upload
Event
Listener
Upload
Result
Companion
Upload
Status
Preparing
Ready
Started
Upload
Failed
Uploading
Upload
Paused
Upload
Success
Mux Upload SDK
/
com.mux.video.upload
/
MuxUploadSdk
/
Logger
Logger
interface
Logger
Logs events from this SDK. This interface roughly matches the interface of
Log
.
Members
Functions
d
Link copied to clipboard
abstract
fun
d
(
tag
:
String
=
""
,
msg
:
String
,
e
:
Exception
?
=
null
)
e
Link copied to clipboard
abstract
fun
e
(
tag
:
String
=
""
,
msg
:
String
,
e
:
Exception
?
=
null
)
i
Link copied to clipboard
abstract
fun
i
(
tag
:
String
=
""
,
msg
:
String
,
e
:
Exception
?
=
null
)
v
Link copied to clipboard
abstract
fun
v
(
tag
:
String
=
""
,
msg
:
String
,
e
:
Exception
?
=
null
)
w
Link copied to clipboard
abstract
fun
w
(
tag
:
String
=
""
,
msg
:
String
,
e
:
Exception
?
=
null
)